Create Retailer Routing Guide
Creates a new RetailerRoutingGuide from base64-encoded file content.
Allowed extensions: pdf, doc, docx, xls, xlsx, csv, txt.
Maximum decoded file size: 20 MB.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
The id of the parent Retailer.
x >= 1Body
Create payload — flat JSON with file_name, file_content (base64), and optional title / description.
Uploaded file name with extension (e.g. routing-guide.pdf).
1 - 255Base64-encoded file bytes. Maximum decoded file size is 20 MB.
27962028Optional title; defaults to the uploaded file name when blank.
255Optional notes.